home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12168 < prev    next >
Encoding:
Text File  |  1996-08-05  |  947 b   |  27 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.athene.co.uk!not-for-mail
  3. From: "C.J. Scaife" <JOLTSWIFT@Athene.co.uk>
  4. Subject: Re: create an interupt at the rate of 8 kHz in Windows
  5. Message-ID: <314DA2B0.A02@Athene.co.uk>
  6. Date: Mon, 18 Mar 1996 17:51:44 +0000
  7. References: <DoEuL4.KDK@tip.nl>
  8. Organization: JoltSwift Ltd.
  9. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  10. MIME-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13.  
  14. The hun wrote:
  15. > I'm trying to program a sampler in Windows. This sampler is supposed
  16. > to receive data from a self-designed piece of hardware. I'm sampling
  17. > the voice (from a phone), so the frequency must be about 8 kHz. How do
  18. > I get windows to generate an interrupt at the rate of 8 kHz. Help
  19. > would be greatly appriciated! Thanks in advance.
  20. >         Patrick
  21.  
  22. Windows is not a real-time operating system. I don't think you can
  23. do this under windows but would love to know if anyone can !
  24.  
  25.